hip.util.system

Undocumented in source.

Members

Functions

buildPath
string buildPath(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
dllImportVariables
string[] dllImportVariables()
Undocumented in source. Be warned that the author may not have intended to support it.
dll_import_var
void* dll_import_var(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
dynamicLibraryError
string dynamicLibraryError()
Undocumented in source. Be warned that the author may not have intended to support it.
dynamicLibraryGetLibName
string dynamicLibraryGetLibName(string libName)
Undocumented in source. Be warned that the author may not have intended to support it.
dynamicLibraryIsLibNameValid
bool dynamicLibraryIsLibNameValid(string libName)
Undocumented in source. Be warned that the author may not have intended to support it.
dynamicLibraryLoad
void* dynamicLibraryLoad(string libName)

It will open the current executable if libName == null

dynamicLibraryRelease
bool dynamicLibraryRelease(void* dll)
Undocumented in source. Be warned that the author may not have intended to support it.
dynamicLibrarySymbolLink
void* dynamicLibrarySymbolLink(void* dll, const(char)* symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
getWindowsErrorMessage
string getWindowsErrorMessage(HRESULT hr)
Undocumented in source. Be warned that the author may not have intended to support it.
isPathUnixStyle
bool isPathUnixStyle(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
sanitizePath
char[] sanitizePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
winEnforce
void winEnforce(BOOL delegate() dg, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

debugger
enum debugger;
Undocumented in source.

Meta